home *** CD-ROM | disk | FTP | other *** search
/ God is Closer Than You Think / God is Closer.iso / mac / GICTYT.swf / scripts / DefineSprite_410 / frame_1 / DoAction.as
Text File  |  2005-02-10  |  285b  |  15 lines

  1. close_btn.onRollOver = function()
  2. {
  3.    getUrl("lingo: cursor 280", "");
  4. };
  5. close_btn.onRollOut = function()
  6. {
  7.    getUrl("lingo: cursor -1", "");
  8. };
  9. close_btn.onRelease = function()
  10. {
  11.    this.enabled = false;
  12.    _parent.text7_mc._alpha = 0;
  13.    _parent.gotoAndStop(34);
  14. };
  15.